From 4970bc095b56196c3788db50bf9189e632b9b5dc Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 23 May 1993 02:53:53 +0000 Subject: [PATCH] * configure.in: Add case for version 5 of Esix. --- configure1.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure1.in b/configure1.in index 681a75f71e4..7a721bf6d03 100755 --- a/configure1.in +++ b/configure1.in @@ -550,6 +550,7 @@ case "${configuration}" in *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; *-isc2.2 ) opsys=isc2-2 ;; *-isc* ) opsys=isc3-0 ;; + *-esix5* ) opsys=esix5r4 ;; *-esix* ) opsys=esix ;; *-xenix* ) opsys=xenix ;; *-linux* ) opsys=linux ;; -- 2.30.2